home *** CD-ROM | disk | FTP | other *** search
/ Turnbull China Bikeride / Turnbull China Bikeride - Disc 2.iso / STUTTGART / LANG / BASIC / LIB / EVENTSHELL / DATALOAD / !DataLoad / !Run < prev    next >
Text File  |  1995-11-03  |  874b  |  20 lines

  1. | !Run Obey file for DataLoad Application
  2. Set DataLoad$Dir <Obey$Dir>
  3. Set DataLoad$BasicFile <Obey$Dir>.!DataLoad
  4. IF "<EvntShell$Path>"="" THEN ERROR 0 Shell resources not found
  5. |Change the next line if you are using a different
  6. |filetype number
  7. Set Alias$@RunType_200 Run <Obey$Dir>.!Run %%*0
  8. IconSprites <Obey$Dir>.!Sprites
  9. WimpSlot -min 288K -max 288K
  10. |Load any modules required now
  11. RMEnsure InterfaceManager 2.00 RMLoad <EvntShell$Path>Interface
  12. RMEnsure InterfaceManager 2.00 Error Couldn't load Interface module
  13. RMEnsure MenuUtils 0.11 RMLoad <EvntShell$Path>MenuUtils
  14. RMEnsure MenuUtils 0.11 Error 0 Error Couldn't load MenuUtils Module
  15. RMEnsure MessageTrans 0.06 RMLoad <EvntShell$Path>MsgTrans
  16. RMEnsure MessageTrans 0.06 Error Couldn't load MsgTrans Module
  17. |And check that there is still enough memory!
  18. WimpSlot -min 288K -max 288K
  19. Run <DataLoad$Dir>.!DataLoad %*0
  20.